home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Sphere / Source / SphereView.h < prev    next >
Text File  |  1991-07-13  |  226b  |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface SphereView:View
  7. {
  8.     id    sphereControlPtr;
  9.     id sphereDrawerObjectPtr;
  10. }
  11.  
  12. - initFrame:(const NXRect *)r;
  13. - drawSelf:(const NXRect *)r: (int)c;
  14.  
  15. @end
  16.